home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / pcgames / gnmdemo / GNM / tnsClient.exe / 0 / RCDATA / TPROGRESSFRM / TPROGRESSFRM.txt
Text File  |  1998-07-02  |  916b  |  48 lines

  1. object progressFrm: TprogressFrm
  2.   Left = 412
  3.   Top = 141
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'progressFrm'
  7.   ClientHeight = 95
  8.   ClientWidth = 310
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnPaint = FormPaint
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LaWait: TLabel
  19.     Left = 10
  20.     Top = 8
  21.     Width = 291
  22.     Height = 13
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'LaWait'
  26.     Transparent = True
  27.   end
  28.   object LaProgress: TLabel
  29.     Left = 10
  30.     Top = 28
  31.     Width = 291
  32.     Height = 13
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = 'LaProgress'
  36.     Transparent = True
  37.   end
  38.   object ProgressBar1: TProgressBar
  39.     Left = 10
  40.     Top = 52
  41.     Width = 291
  42.     Height = 29
  43.     Min = 0
  44.     Max = 100
  45.     TabOrder = 0
  46.   end
  47. end
  48.